html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none !important;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

input {
	border: 0;
}

input:focus {
	outline: none;
	border: 0;
}

ul li {
	list-style: none;
}

address {
	font-style: normal;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	background: #FFFFFF;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.head-search {
	width: 600px;
	margin: 0 auto;
	line-height: 56px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 33px;
}

.head-search input {
	width: 75%;
	margin-left: 3%;
	float: left;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
}

.head-search .search-btn {
	width: 21%;
	height: 56px;
	background: #af0012;
	color: #fff;
	float: right;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}

.head-search .search-btn img {
	margin-right: 5px;
	vertical-align: middle;
}
.list{
	overflow: hidden;
}
.list ul {
	display: block;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.list ul li {
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #e3e3e3;
}

.list li a {
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
	float: left;
	max-width: 85%;

}

.list li::before {
	display: inline-block;
	content: "";
	height: 5px;
	width: 5px;
	background-color: #477ab7;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 6px;
	margin-top: 22px;
}

.list li span {
	color: #999999;
	float: right;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}
.list li::after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
.list li a {
	transition: all 0.3s;
}

.list li:hover a {
	padding-left: 8px;
	color: #477ab7;
}

.scale_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.scale_img img {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.scale_img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.item-style3:before {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	width: 4px;
	height: 4px;
	border: 2px #027bfb solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff
}

.item-style3:hover:before {
	background: #ff9724;
	border: 2px #ff9724 solid
}
a:focus-visible {
    outline: 1px solid #000 !important;
    outline-color: rgb(0, 0, 0) !important;
    outline-style: solid !important;
    outline-width: 1px !important;
    z-index: 999;
} 
@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}
.ymgd {
	font-family: "微软雅黑";
	top: 210px;
	right: 200px;
	position: absolute;
	width: 300px;
	background-color: transparent;
	box-sizing: border-box;
}



.old_type .ymgd {
	top: 410px;
	right: 200px;
}

.time_img {
	margin-top: 10px;
}
/*移动版开始*/
@media screen and (max-width: 1024px) {
	.ymgd {
		top: 320px;
		right: 10px;
		z-index: 200;
	}
	.time_img {
	    text-align: right;
	    margin-top: 10px;
	}
	.time_img img{
		max-width: 60%;
	}
}

@media screen and (max-width: 833px) {}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width:750px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}